home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / book34.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  297 b   |  13 lines

  1. on mouseDown
  2.   global gPreviousSection
  3.   set the castNum of sprite 8 to cast "b070"
  4.   if pressBookButton(8) then
  5.     sound stop 2
  6.     pupSprites(1, 48, 0)
  7.     puppetSprite(12, 1)
  8.     set the castNum of sprite 12 to cast "b064.down"
  9.     set gPreviousSection to "audio"
  10.     go("books")
  11.   end if
  12. end
  13.